From: Kenichi Handa Date: Fri, 13 Jun 2008 12:41:46 +0000 (+0000) Subject: (font_find_for_lface): Fix typo of the previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~20948 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=904a2e0e2fdb85accffb758ac11a1ebfc58bfad3;p=emacs.git (font_find_for_lface): Fix typo of the previous change. --- diff --git a/src/font.c b/src/font.c index ee1f7e4dd10..2c60d0349ca 100644 --- a/src/font.c +++ b/src/font.c @@ -2996,7 +2996,7 @@ font_find_for_lface (f, attrs, spec, c) ASET (work, FONT_FOUNDRY_INDEX, foundry[j]); for (k = 0; SYMBOLP (registry[k]); k++) { - ASET (work, FONT_REGISTRY_INDEX, registry[j]); + ASET (work, FONT_REGISTRY_INDEX, registry[k]); entities = font_list_entities (frame, work); if (ASIZE (entities) > 0) goto found;